tests: Add some test coverage of repeated pulls w/HTTP 500s
authorColin Walters <walters@verbum.org>
Thu, 7 Jul 2016 21:39:07 +0000 (17:39 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 8 Jul 2016 18:38:11 +0000 (18:38 +0000)
commitd7629d33a4bdd17816a25f13a09865cfb6248d1f
tree8583bb761891f2b4e568e3d514ad2b1c0cc25b31
parent71301d18244a3a26a6ba6fd3934633ef94811a15
tests: Add some test coverage of repeated pulls w/HTTP 500s

Systems like pulp may want to keep retrying in a loop if the server
throws a (hopefully transient) 500, and we need test coverage of
handling these errors versus our existing 404 and 206 coverage.

Closes: #383
Approved by: mbarnes
Makefile-tests.am
src/ostree/ot-builtin-trivial-httpd.c
tests/test-pull-repeated.sh [new file with mode: 0755]